home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00045_button 9.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  327 b   |  14 lines

  1. on mouseUp
  2.   set the movieTime of sprite 1 to 0
  3.   set the movieRate of sprite 1 to 1
  4.   set the movieRate of sprite 26 to 0
  5.   set the movieRate of sprite 27 to 0
  6.   set the movieRate of sprite 28 to 0
  7.   set the movieRate of sprite 29 to 0
  8.   if the frame > 1900 then
  9.     go("drop drumsa")
  10.   else
  11.     go("drop drums")
  12.   end if
  13. end
  14.